home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / ispell / interfaces / shell / readme < prev    next >
Text File  |  1992-09-27  |  871b  |  28 lines

  1. This is a set of ARexx scripts callable from the standard C= shell
  2. and the WShell.  Other 3rd party shells can most likely use them
  3. as well (with some small adjustments being needed in some cases).
  4.  
  5. All scripts start with '/*rx' which Markus Wild (gcc port
  6. and ixemul.library fame) told me was supported by ixemul.library
  7. and some other 3rd party shell writers as a hint that the
  8. file contains rexx code (similar to #!/bin/csh under UNIX)...
  9.  
  10. To install, 'copy #?.rexx to rexx:'.
  11.  
  12. To use from OS 2.04 C= Shell:
  13.  
  14. rx spell <word1> <word2> <...>
  15. rx lookup <reg_exp1> <reg_exp2> <...>
  16. rx spellfile <file>
  17. rx spellcheckword <word> <public_screen_to_open_GUISpell_on>
  18.  
  19. To use from WShell and OS 3.0 Shell:
  20.  
  21. spell <word1> <word2> <...>
  22. lookup <reg_exp1> <reg_exp2> <...>
  23. spellfile <file>
  24. spellcheckword <word> <public_screen_to_open_GUISpell_on>
  25.  
  26. Loren
  27. Sun Sep 27 11:37:44 1992
  28.